home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / layoutc.exe / SAMPLE.RPT < prev   
Text File  |  1992-01-27  |  2KB  |  45 lines

  1. Use To Generate Report Layouts:
  2.  
  3. %sssssss              You Can Line Up Titles Easier               Date: %sssssss|time,date
  4.             And Set Up Output Without Guessing
  5.  
  6. Name                    Address               City            State  Zip Code
  7. ======================  ====================  ==============  =====  ===========
  8. %sssssssssssssssssssss  %ssssssssssssssssss   %sssssssssssss   %s    %sssssssss|name,address,city,state,zip
  9.  
  10. ******************************************************************************************************
  11.  
  12. Or address labels:         %ssssssssssssssssssss|name
  13.                %ssssssssssssssssss|address
  14.                %s, %s %s|city,state,zip
  15.  
  16. ******************************************************************************************************
  17.  
  18. And Numbers:
  19.  
  20. This is a %xxxxx Hex number.|value
  21. This is a %ddddd Decimal number.|value
  22. This is a %ff.ff Float Number.|value/5.5
  23.  
  24. ******************************************************************************************************
  25.  
  26. You Can Use The Percent Sign In Other Ways:
  27.  
  28. This is a %/dollar example to show it can be used with something.
  29. And it can also be used by itself % .
  30.  
  31. ******************************************************************************************************
  32.  
  33. You Can Also Prefill %s Fields|"Desired"
  34.  
  35. ******************************************************************************************************
  36.  
  37. You Can Also Use Characters [%c] & %c.|'a','b'
  38.  
  39. ******************************************************************************************************
  40. It Also Performs A Data Integrity Check:
  41.  
  42. This %ss will generate a warning because of no variable.
  43. And this will generate an error because of no place holder. |bad_variable
  44.  
  45.